Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: added TLS configuration #117

Merged
merged 10 commits into from
Dec 18, 2023

Conversation

tom-rm-meyer-ISST
Copy link
Contributor

@tom-rm-meyer-ISST tom-rm-meyer-ISST commented Dec 11, 2023

Description

This PR adds configuration information for SSL (solves #96):

  • capability for ssl configuration in backend and frontend (build tool and docker)
  • documentation in admin guide
  • global configuration for CORS in backend

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

@tom-rm-meyer-ISST tom-rm-meyer-ISST linked an issue Dec 11, 2023 that may be closed by this pull request
@tom-rm-meyer-ISST
Copy link
Contributor Author

Dependencies currently rely on #99

# Conflicts:
#	DEPENDENCIES_FRONTEND
#	docs/adminGuide/Admin_Guide.md
#	frontend/DEPENDENCIES
#	frontend/package-lock.json
#	frontend/package.json
#	frontend/src/App.vue
#	frontend/src/main.js
#	frontend/src/router/index.js
#	frontend/src/services/AuthenticationService.js
#	local/keycloak/INSTALL.md
#	local/keycloak/puris-config/Catena-X-realm.json
#	local/keycloak/puris-config/Catena-X-users-0.json
#	local/miw/keycloak-setup.json
@tom-rm-meyer-ISST tom-rm-meyer-ISST marked this pull request as ready for review December 15, 2023 15:48
frontend/nginx.conf Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: checkk TLS encryption for spring boot and vue
2 participants